home *** CD-ROM | disk | FTP | other *** search
/ Hardcore Gamer Resource Kit / Hardcore Gamer Resource Kit - Disc 3.iso / screensavers / saver17.zip / VoodooLights / Sources / cell_tp4.h < prev    next >
C/C++ Source or Header  |  1997-07-08  |  174b  |  11 lines

  1. #ifndef _CELL_TP4_H_
  2. #define _CELL_TP4_H_
  3.  
  4. #define CellType4  0x04
  5.  
  6. extern Cell *ctp4_Constructor( Cell *dad ) ;
  7.  
  8. extern void tp4_set_glide_state( void ) ;
  9.  
  10. #endif
  11.